Tags: apache 2.0*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Brendan McKeag writes about Qwen3.8-27B, a dense 27B-parameter vision-language model from Alibaba that achieves frontier-class agentic coding performance while fitting on a single 24GB GPU. The model's hybrid attention stack (48 linear-attention layers against 16 full attention layers) slashes KV cache memory, and its dense architecture makes it far more practical for fine-tuning than the MoE alternatives dominating the industry. McKeag argues the model serves best as an active tool-calling assistant rather than an encyclopedia, and its small footprint makes it uniquely suited for Runpod Serverless scale-to-zero deployments where cold start is dominated by bytes on disk.
    - The model is roughly 3x more token-hungry than Qwen3.6-27B, trading wall-clock speed for better answers
    - It crossed 1M Hugging Face downloads within days of release; the community nickname is "local Opus"
    - Unsloth shipped QLoRA support the day after weights dropped; 4-bit QLoRA is the well-trodden dense route, while MoE QLoRA at 4-bit is explicitly unsupported
    - FlashBoot snapshots require loading the model at worker boot before runpod.serverless.start() to be effective
    - Harvey and Engram reported it averaging 67% across 250 legal tasks in a synthetic law firm of ~10,000 documents, ahead of every model in that study
    - The built-in multi-token prediction head enables speculative decoding without a separate draft model
  2. Google's release of Gemma 4 marks a major turning point for open-source AI, offering a versatile family of multimodal models under a permissive Apache 2.0 license. Built using Gemini 3 technology, these models demonstrate massive leaps in math and coding performance, rivaling much larger proprietary systems while remaining efficient enough to run on local hardware ranging from smartphones to high-end GPUs. This release positions Google as a formidable competitor in the open-weights ecosystem, prioritizing user ownership and deployment efficiency.

    * Apache 2.0 license
    * Multimodal intelligence
    * Local hardware deployment
    * Massive benchmark leaps
    * Efficient MoE architecture

    **Models**
    * E2B: Mobile efficiency
    * E4B: Edge specialist
    * 26B MoE: Speed meets intelligence
    * 31B Dense: Top-tier performance
  3. Google has introduced Gemma 4 12B, a mid-sized multimodal model designed to bring agentic intelligence directly to consumer laptops. This model bridges the gap between smaller edge models and larger Mixture of Experts versions by offering high performance with a significantly reduced memory footprint. A key innovation is its encoder-free architecture, which allows vision and audio inputs to flow directly into the language model backbone rather than relying on separate, latency-inducing encoders.
    Main topics:
    Novel unified architecture without multimodal encoders
    Native support for direct audio and vision input processing
    Optimized for local execution on hardware with 16GB of RAM
    Reasoning performance nearing much larger 26B models
    Released under an Apache 2.0 license
    Integrated Multi-Token Prediction drafters to reduce latency
  4. 2023-06-22 Tags: , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "apache 2.0"

About - Propulsed by SemanticScuttle